@magouero opkg is not particularly sophisticated which is why OpenWrt are changing over to APK package manager. I would do it this way: opkg remove python3 --force-removal-of-dependent-packages opkg remove python --force-removal-of-dependent-packages Then opkg list 'python' to see if there is anything left to clean up. See the docs https://documentation.onioniot.com/packages/opkg-package-manager ```